home *** CD-ROM | disk | FTP | other *** search
- on blorb
- global hand
- if hand = "squash" then
- cursor(200)
- set the memberNum of sprite 17 to 14
- set the locH of sprite 17 to the mouseH
- set the locV of sprite 17 to the mouseV
- updateStage()
- end if
- if hand = "pickup" then
- cursor(200)
- set the memberNum of sprite 17 to 20
- set the locH of sprite 17 to the mouseH
- set the locV of sprite 17 to the mouseV
- updateStage()
- end if
- end
-